<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  "http://www.w3.org/TR/html4/strict.dtd">
<html lang="pl">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Element strony jako odnośnik</title>
    <!-- Skrypt pochodzi z książki
        "Dynamiczny HTML. 101 praktycznych skryptów"  -->
    <!-- autor: Marcin Lis       http://marcinlis.com -->
  </head>
<body>
  <div id="mainDiv">
    <input type="button"
           onclick="location.href='http://helion.pl/ksiazki/php102.htm';"
           onmouseover="window.status='http://helion.pl/ksiazki/php102.htm';"
           onmouseout="window.status='';"
           value="PHP. 101 praktycznych skryptów" style="cursor:pointer;"
    />
    <p onclick="location.href='http://helion.pl/ksiazki/joowww.htm';"
       onmouseover="window.status='http://helion.pl/ksiazki/joowww.htm';"
       onmouseout="window.status='';" style="cursor:pointer;"
    >
      Joomla! 1.5. Prosty przepis na własną stronę WWW
    </p>
  </div>
</body>
</html>